home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <HTML><TITLE>About Multicast Announcements</TITLE>
- <BODY BGCOLOR=#CCC28F BACKGROUND="/images/sdr-bg.gif"
- LINK=#00582A VLINK=#27002B>
-
- <FORM>
- <BR><BR><BR>
- <H2 ALIGN=CENTER>Help: Network Multicast Announcements</H2>
- <P>
- <BLOCKQUOTE>
- This page contains a list of the sessions that are currently available
- to session directory users. Selecting a session name from the list of
- available sessions will show you the announcement for that session. The
- announcement contains the name and description of the session and its
- starting and ending times. If a reference URL exists for this session,
- the announcement will provide a link to it as
- well.
- <P>
- Below each announcement you will find one or more icons indicating the
- type of information that is being broadcast (audio, video, text and/or
- whiteboard). During the broadcast period defined by the starting and
- ending times listed in the announcement, you can select any of these
- icons to launch the session on your local machine.
- <P>
- If you wish to create your own announcement, you can do so using the
- "Create New Announcement" button at the top of the page. All
- announcements you create will then be listed in a box directly
- underneath this button. Once you have created an announcement of your
- own, you can edit or delete it by selecting it from the list and using
- the "Edit Selected Announcement" and "Delete Selected Announcement"
- buttons.
- </BLOCKQUOTE>
-
- <BR><BR>
-
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- </BODY>
- </HTML>
- EndOfFile
-
-